'Declaration <__DynamicallyInvokableAttribute()> Public Default Property Item( _ ByVal index As Integer _ ) As T
'Usage Dim instance As NotifyCollection(Of T) Dim index As Integer Dim value As T instance.Item(index) = value value = instance.Item(index)
Parameters
- index